カウンタ (TeX)の出力形式
カウンタ (TeX)の出力形式を変えるコマンド
組み込み
\alph{}
\Aleph{}
\arabic{}
\roman{}
\Roman{}
\fnsymbol{}
拡張
fmtcount:色々拡張できる
https://ctan.org/pkg/fmtcount
\padzeroes[n]{\decimal{counter}}: 桁のゼロ埋め。
\ordinal{counter}: 英語の序数(1st, 2nd...)。
\numberstring{counter}: 数値を英単語化(one, two...)。
\binary{counter}, \hexadecimal{counter}: 2進数や16進数。
alphalph:a,b,c,...,z,aa,ab,...と英字カウンタを無限長にできる
丸数字に変えるコード
https://omedstu.jimdofree.com/2019/03/30/latexの数式番号を丸数字にする/
5.2 カウンタ
#2026-01-23 19:29:57